#!/bin/sh
#This filter eliminates the staircase effect.

awk '{print $0, "\r"}'

